-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deps to core #1586
Merged
Merged
Remove deps to core #1586
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
JasonMarechal25
commented
Aug 24, 2023
- Remove dependencies in libantarescore, now in study
- Remove several dependencies to libantarescore
- Don't remove dependency to libantarescore in UI
There seems to be a missing dependency to Boost. Build fails on Windows
|
# Conflicts: # src/analyzer/CMakeLists.txt # src/libs/antares/CMakeLists.txt # src/libs/antares/InfoCollection/CMakeLists.txt # src/libs/antares/benchmarking/DurationCollector.cpp # src/libs/antares/correlation/CMakeLists.txt # src/libs/antares/memory/CMakeLists.txt # src/libs/antares/sys/CMakeLists.txt # src/solver/CMakeLists.txt # src/solver/main/CMakeLists.txt # src/solver/simulation/CMakeLists.txt # src/tools/cleaner/CMakeLists.txt # src/tools/config/CMakeLists.txt # src/tools/kirchhoff-cbuilder/main.cpp # src/tools/updater/CMakeLists.txt # src/tools/yby-aggregator/CMakeLists.txt # src/ui/simulator/CMakeLists.txt # src/ui/simulator/application/main/create.cpp # src/ui/simulator/cmake/application.cmake
# Conflicts: # src/libs/antares/correlation/CMakeLists.txt # src/solver/simulation/CMakeLists.txt
Kudos, SonarCloud Quality Gate passed! |
flomnes
approved these changes
Sep 12, 2023
flomnes
pushed a commit
that referenced
this pull request
Sep 12, 2023
* Move writer in libs * wip * Benchmarking * Remove extra dependency * Move writer in libs * Fix post rebase * Remove Yuni target include * Lots of lib change * Lots of lib change * Remove extra writer dependency * Improve Cmake correlation * Improve Cmake checks * Improve Cmake benchmarking * Improve Cmake array * Improve Cmake exception * Improve Cmake inifile * Improve Cmake io * Improve Cmake jit * Improve Cmake logs * Fix date cmake * Fix compil for logs * Sys wip * Memory wip * Finish Memory/sys * Fix post merge * Remove extra include * Fix include * Remove sys as direct dependency of antares-core (#1561) * Remove memory usage * Fix merge * Remove extra dependency * Move public dependency as private * Remove deprecated dependency * Split Duration collector and StudyInfoCollector * Move OptimizationInfo in proper place * Split SimulationInfoCollection from Benchmarking * Split study in CMakefile * Fix merge * Remove lots of libs from core * Remove dependency to libantares-core * Fix boost compil * Fix boost compil * Fix hostname/policy link error * Add missing link to thermal definition * Make yuni public in lib-matrix for test * Loosen build parallelization * Try fix * Remove extra include to log causing link error * Fix windows compilation: missing link to winsock * Fix UI compilation * Revert removing -j options during CI * Remove deps to core (#1586) * Fix merge * Fix compil * Fix compil * Reestablish -j2 build option as it doesn't change anything removing it * Remove commented code * Use proper casing for s(S)ettings struct * Remove duplicated link dependency * add missing dependency in writer --------- Co-authored-by: Jason Marechal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.